Move Mouse
Moves the mouse to the target specified.

Input
Browser
| Name | Required | Description |
|---|---|---|
| Browser Instance | Which browser instance to run against. |
Target
| Name | Required | Description |
|---|---|---|
| Position | A tool to help you visualise the mouse position. | |
| X Coordinate | X Coordinate relative to the top-left point of the viewport. | |
| Y Coordinate | Y Coordinate relative to the top-left point of the viewport. |
Options
| Name | Required | Description |
|---|---|---|
| Number of Steps | How many steps to take between the current mouse position and the target. Default is 1. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |